ComputeMD5(Byte[]) Method
Computes the MD5 hash for the specified binary stream.
'Declaration
Public Overloads Shared Function ComputeMD5( _
ByVal () As Byte _
) As Byte()
Parameters
- stream
- The binary stream as a byte array.
Return Value
The computed MD5 hash.